home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / mail / AmigaElm_v7.lha / History.Txt < prev    next >
Text File  |  1995-06-17  |  46KB  |  931 lines

  1.  
  2.                     Amiga Elm History (original HWR-Mail)
  3.                    =======================================
  4.  
  5.  
  6. Version 7.138 - 7.150:
  7.     - If folder could not be opened, lock on folder was not removed
  8.        so that access from other programs was denied until reboot or
  9.        next successful call to Elm.
  10.     - For built-in pager: made "D" (shift d) the opposite of "d" in
  11.        combination with the SkipIndex variable. If SkipIndex is on,
  12.        "d" skips the index screen and "D" does not. If SkipIndex is off,
  13.        "d" return to index screen and "D" skips it.
  14.  
  15. Version 7.128 - 7.137:    (only for registered users)
  16.     - Changed default for "WarnReturnCode" from 1 to 10, because most users
  17.        never read manuals or history files (like this one).
  18.     - Some minor modifications in documentation (AppendSignature,
  19.        Iconify command key).
  20.     - Fixed some problems with re-sync ('$') and edit ('e') which were
  21.        introduced with the new read-only-new-msgs-on-folder-change-feature.
  22.        [Martin Jahner]
  23.     - After uniconify Elm's window is brought to front.
  24.        [Christian Stelter]
  25.     - Made Escape-key an alias for Control-C to abort "q"uit and e"x"it.
  26.        [Mike A. McAngus]
  27.     - Updated scripts "EncryptMsg" and "DecryptMsg".
  28.        [thanks to Ignatios Souvatzis and Peter Simons]
  29.  
  30. Version 7.118 - 7.127:    (only for registered users)
  31.     - Some further enhancements to "SkipIndex" and skip-to-next-message
  32.        feature.
  33.     - Fixed bug with option "-z" which didn't override "QuitEmpty" from
  34.        .elm/elmrc file correctly. Now it does ;-)
  35.     - More intelligent 2-phase checking of folder changes allows much more
  36.        faster movement on main index screen and avoids scatter load of new
  37.        messages.
  38.     - Small changes to options menu.
  39.  
  40. Version 7.1 - 7.117:    (only for registered users)
  41.     - New design for "send-off" prompt when in terminal mode.
  42.        New switch to (not) archive out-going mail.
  43.     - Fixed bug with static string (was too small, a relict from the
  44.        past) when calling Metamail, which could cause Enforcer hits
  45.        if the Content-Type header field was larger then expected.
  46.        Now replaced with a dynamic string ;-)
  47.        [Klaus Heinz]
  48.     - Removed dozens of fseek()'s and ftell()'s, especially when reading in
  49.        mail folders. You folders are now read in almost half the time.
  50.        Envoy users may notice speed increase up to ten times (compared
  51.        with previous versions).
  52.     - Optimized search function (key '/')... is faster now.
  53.     - Some minor changes in documentation.
  54.     - Environment variable "HOME_ELM" offically documented now.
  55.     - Iconify/Zoom-Gadget gone, use Amiga-i instead.
  56.     - Iconify allowed only on main index screen.
  57.     - Rework of window refresh code.
  58.     - If new messages arrive, AmigaElm won't re-read the complete folder
  59.        any longer, but only the newly arrived messages at the end of the
  60.        folder. Thus, you should not edit the message contents of the
  61.        folder while Elm is running... Elm won't recognize this any longer
  62.        (because Elm does only consistency checks for the message offsets,
  63.         not for the contents).
  64.        If you want to edit the folder (in any way) while Elm is running,
  65.        use the built-in edit function (key 'e') which causes Elm to re-
  66.        read the complete folder.
  67.     - AmigaElm now automatically tries to remember last selected message
  68.        after re-read of folder.
  69.     - When in built-in pager: key 'n' and some other keys (eg, ' ' and 'd')
  70.        immediately jump to next undeleted message without displaying index
  71.        main screen. (see also new variable "SkipIndex")
  72.     - New in .elm/elmrc: "SkipIndex". If set to "No" and in internal pager,
  73.        only key 'n' skips to next undeleted message without displaying index
  74.        main screen.
  75.  
  76. Version 6.20 - 6.24:
  77.     - New in .elm/elmrc: "WarnReturnCode". When launching external programs
  78.        (eg, sendmail), AmigaElm warns you (with a requester) if the return
  79.        code (RC) of the program is "WarnReturnCode" or higher. If the RC is
  80.        less "WarnReturnCode", AmigaElm ignores it and continues processing
  81.        without warning.
  82.        [Peter Simons]
  83.     - New section "External Programs" in Elm.guide file.
  84.        Describes utilities in "c" directory.
  85.     - New section in documentation about AmigaElm and TCP/IP (Internet).
  86.        Hints for configuration. Tips & Tricks. Some answers to common
  87.        problems.
  88.  
  89. Version 6.1 - 6.19:    (only for registered users)
  90.     - S:UUConfig and uulib:Config don't need to exist any longer,
  91.        especially useful for IP-users (AmiTCP, AS225 etc).
  92.     - New in .elm/elmrc: "AppendSignature", do you want to append the
  93.        signature always, never or only if you're not replying to a mail.
  94.        This makes old config variable "NoSigOnReply" obsolete.
  95.        [Alexander Aulbach]
  96.     - A "Metamail-Reply" (shift-m) in an empty folder could cause problems.
  97.        [Dan Cannon]
  98.     - Experimental RFC1522 handling (see V5.10-5.42) now case-insensitive.
  99.        [Peter Simons]
  100.     - New in .elm/elmrc: "MetaMail", do you want to start MetaMail on
  101.        MIME messages always, never or should AmigaElm ask before starting
  102.        MetaMail.  The env variable "NoMetaMail" is obsolete.
  103.     - Improved ^L (formfeed, ctrl-l) handling again.
  104.     - A "From " line followed by a second "From " line (generated by
  105.        some brain-dead mail-list software) is now recognized as beginning
  106.        of a new mail message.
  107.        [Rodney Hester]
  108.     - If started in terminal mode, AmigaElm doesn't run MetaMail in its
  109.        own window (see also "IOWindow").
  110.        [Carlos Amezaga]
  111.     - New in .elm/elmrc: "IOWindow" sets characteristics of console I/O
  112.        windows (eg, for MetaMail). This variable isn't really new... it's
  113.        there for versions, but I forgot to document it ;-)
  114.     - New default for "IOWindow", AUTO and WAIT added.
  115.     - In terminal mode, before launching programs (eg, MetaMail), console
  116.        (or whatever your I/O stream is ;-) is set to cooked (non-raw) mode.
  117.  
  118. Version 5.10 - 5.42:
  119.     - Now when launching programs, AmigaElm checks return code and
  120.        pops up requester if command wasn't found or returned != 0.
  121.        [Kai 'wusel' Siering]
  122.     - New script "DecodeNeXTmail" decodes NeXTmail and shows
  123.        contents in raw format.
  124.     - Some experimental RFC1522 handling (special chars within header) for
  125.        incoming mail. Please, don't expect this to be a full-blown RFC1522
  126.        support - IT IS NOT. And you're still NOT ALLOWED to use special
  127.        chars (eg, 8-bit-chars) within the header of outgoing mail.
  128.     - Special chars in own realname of outgoing mail are now automatically
  129.        encoded according to RFC1552. You're still NOT ALLOWED to use special
  130.        chars (eg, 8-bit-chars) within other header fields of outgoing mail.
  131.     - Improved ^L (formfeed, ctrl-l) handling.
  132.        [Stefan Scholl]
  133.     - If Elm runs in its own window and is iconified, the close gadget is
  134.        no longer ignored. It will exit Elm (w/o saving the folder) like it
  135.        does in un-iconified state.
  136.        [David P. Duggan]
  137.     - Title bar displays current page number and total number of pages.
  138.        (proportional font is recommended ;-)
  139.     - If in iconified state, window title was wrong sometimes.
  140.        [David P. Duggan]   [still doesn't work... sigh, -amk]
  141.     - New menu entry (with shortcut) for iconifying Elm's window.
  142.        [David P. Duggan]
  143.     - A "From " line followed by a ">From " line (generated by some
  144.        mail-list software) is now recognized as beginning of a new
  145.        mail message.
  146.        [Peter Simons, Michael B. Smith, Christiaan Keet]
  147.     - Keeping of old UID/GID of folder had never worked. Works now!
  148.        [Ingolf Koch]
  149.  
  150. Version 5.1 - 5.9:    (only for registered users)
  151.     - Fixed bug: "Send-off Window" didn't always open on same screen
  152.        as Elm's main window (but on default screen).
  153.     - On change folder (key 'c') status flags of messages in current
  154.        folder (recognized by its message-ids) are no longer preserved.
  155.        Status flags are only kept when resyncing (re-read) current folder.
  156.        [Allen J. Newton]
  157.     - On index screen, command key "=" jumps to first message in folder.
  158.        [Allen J. Newton]
  159.     - Command keys "j" and "k" now skip over deleted messages, "J" and "K"
  160.        do not (like Unix-Elm).  Keys "j/J/k/K" will also work from within
  161.        built-in pager.
  162.        [Allen J. Newton]
  163.     - Environment variables LINES and COLUMNS override window bounds
  164.        from Amiga console.device.
  165.        (if env vars are set, no CSI sequence is sent)
  166.     - Bounce-Flag for mails wasn't saved.
  167.        [Christian Kaben]
  168.     - MIME-Encoding "7bit" (Send-off Window) now re-enabled to strip off
  169.        8th bit in messages. German umlauts (äöüßÄÖÜ) will be converted.
  170.        [Christian Kaben]
  171.  
  172. Version 4.93 - 4.159:
  173.     - Support for AmigaOS 1.x dropped.
  174.        By now, you need at least AmigaOS 2.0 to start AmigaElm.
  175.     - New sorting criterion: "Receiver"
  176.        [Michael 'Mick' Hohmann]
  177.     - In Group-Reply, double entries (To, Cc, From) will be deleted.
  178.        [Kai 'wusel' Siering]
  179.     - New command 'E' (Extended Group-Reply), old command 'E' (Export) gone.
  180.        [Christian Stelter]
  181.     - Corrected searching order for env-vars HOST(NAME), DOMAIN(NAME)
  182.        and USER(NAME) according to the manual.  The vars with NAME
  183.        appended are only used if the one without NAME doesn't exist.
  184.     - Elm exits if started in terminal-mode into background (run).
  185.     - More descriptive error message if OldLocking is off but
  186.        OwnDevUnit.library is not installed.
  187.     - New in .elm/elmrc: "ColorBackground", "ColorText", "ColorIntuition"
  188.        and "ColorPrompt". Old keyword "Color" is now obsolete. See manual
  189.        for conversion of old color values to new ones.
  190.        [Kai 'wusel' Siering]
  191.     - New in .elm/elmrc: "CryptMode", set default encryption mode for
  192.        outgoing mail (Send-off Window).
  193.        [Peter Simons]
  194.     - Encryption now supports three custom settings.
  195.     - Keywords "Screen-*" in .elm/elmrc now also allowed without
  196.        leading "Screen-"
  197.     - In manual (Elm.guide): cleaned up example .elm/elmrc file
  198.     - New shells (command "!") now opened within dimensions of window,
  199.        not screen.
  200.     - Fixed Enforcer hit(s) when loading non-empty folder, deleting all
  201.        messages, resync'ing (empty folder) and then filling this folder
  202.        with messages so that Elm has to resync again.
  203.        [David Duggan]
  204.     - New keys: "J"/"K" skips to next/previous undeleted message
  205.     - New file .elm/smartsignature, list of addresses (AmigaDOS patterns,
  206.        one per line) -- if the pattern matches on one of the receipients
  207.        (To,Cc,Bcc) then Elm appends no signature by default.
  208.        [Matt Weatherford]
  209.     - Cleaned up documentation for commands S)ave, W)rite and C)opy.
  210.        [David Jameson]
  211.     - Folder loaded with option -f (or FOLDER) was accidently deleted
  212.        on exit if KeepEmpty=No, AlwaysKeep=No and all messages were read.
  213.        [Hartmut Kuehn]
  214.     - Key-shortcuts in "Send-off Window" for Okay/Edit/Cancel now work
  215.        case-insensitive.
  216.        [S.P.Zeidler]
  217.  
  218. Version 4.1 - 4.93:    (only for registered users)
  219.     - Warning with domainized HOSTNAME and non-empty DOMAINNAME now
  220.        only in verbose mode.  (AmiTCP seems to be broken)
  221.     - Search command '/' crashed machine if used under AmigaOS 1.x.
  222.        (search command calls AmigaOS 2.x pattern-matching functions)
  223.        [John Dormer]
  224.     - Totally rewritten code for getting char in terminal (raw) mode.
  225.        (this fixes a bug in SAS/C's rawcon() if redirection is active)
  226.        [Carlos Amezaga]
  227.     - When in terminal mode: file notification (if folder has changed)
  228.        now finally works, and CTRL-C (break) is detected.
  229.        [Ralph Babel]
  230.     - Now DOMAINNAME may start either _with_ period ('.') or _without_ one
  231.        (or may be empty).
  232.     - If connected to an Amiga terminal, Elm no longer needs LINES and
  233.        COLUMNS. Terminal's width and height are now checked with WINDOW
  234.        STATUS REQUEST (Amiga specific CSI sequence).
  235.     - New in .elm/elmrc: "WBR_Timeout" (in microseconds) sets maximum
  236.        response time for terminal to answer WINDOW STATUS REQUEST (for
  237.        window bounds).  Defaults to 1 (for local usage), must be set
  238.        to higher value for remote connections.  Only used in terminal
  239.        mode.
  240.     - New scripts "EncryptMsg", "DecryptMsg" and "DecryptFolder".
  241.        Thanks to Peter Simons.
  242.     - If outgoing mail is encrypted, saving is disabled by default (in
  243.        Send-off Window) for security reasons. Because of technical
  244.        reasons those mail is saved as entered in editor without
  245.        modifications selected in Send-off Window. But be careful,
  246.        you'll have the un-encrypted plain text on your hard-disk!
  247.     - Pipe command "|" now works also in terminal mode.
  248.     - New in .elm/elmrc: FolderDirectory, starting directory when
  249.        changing folder (command key 'c') with file-requester, default
  250.        is "uumail:".
  251.        [Allen J. Newton]
  252.  
  253. Version 3.94 - 3.99:
  254.     - Mail now marked as read when reading encrypted mail (key 'y').
  255.        [Peter Simons]
  256.     - Forgot to check for V37 when calling Metamail.
  257.        (reading MIME-Mail with Metamail from within Elm under V33/V34
  258.         crashed machine because of V37-calls)
  259.        [John Dormer]
  260.     - Status-display when folder is (re-) sorted.
  261.        [Stefan Scholl]
  262.     - Two different SECURE modes, level 1 for use with MultiUser (muFS),
  263.        level 2 for full security from within AmiElm.  Read manual for
  264.        details (list of inacessible functions).
  265.     - Accidently disabled security mode "Encrypt" in Send-off Window.
  266.        [Stefan G. Berg]
  267.  
  268. Version 3.72 - 3.93:    (only for registered users)
  269.     - Now "change folder" disabled in secure mode also.
  270.     - Lockfiles weren't deleted on "change folder" if the folder
  271.        hasn't changed and didn't need to be saved.
  272.     - Archive-Flag in Send-off Window was ignored. Mails were always
  273.       saved to the specified folder, except when the command line
  274.       option "-a/NOARC" was set.
  275.        [Peter Simons]
  276.     - Fixed corrupted warning-output to CLI if HOSTNAME contains FQDN.
  277.     - The guessing of optimum MIME-encoding mode introduced in 3.1-3.73
  278.        didn't work correctly if "Append Signature" was selected when
  279.        sending off mail
  280.        [Martin Jahner]
  281.     - Fixed re-sync bug if updated folder was empty and KeepEmpty=No.
  282.        Fixed documentation (Elm.guide) on "KeepEmpty".
  283.        [Martin Jahner]
  284.     - If folder need's to re-sync then any outstanding commands
  285.        (eg, entered within internal pager) will be ignored.
  286.        [Matt Weatherford]
  287.     - Source code now "indent" clean.
  288.        (some warnings on first run, but no errors)
  289.     - New placeholder "%S" for pipe command '|' pipes each mail separately.
  290.        [Kai 'wusel' Siering]
  291.     - Search command '/' now works in terminal mode also.
  292.        [Martin Jahner]
  293.     - Change folder command 'c' in terminal mode could crash machine.
  294.        [Martin Jahner]
  295.     - Content-Type is now "application/octet-stream" for "base64" encoding.
  296.        [Kai 'wusel' Siering]
  297.  
  298. Version 3.1 - 3.71:    (only for registered users)
  299.     - new in .elm/elmrc: AuxEditor, editor for terminal mode
  300.        [Ralph-Thomas Aussem]
  301.     - new command line option "SEC/SECURE/-sec" enables secure mode,
  302.        so that users cannot start external programs, shells etc.
  303.        [Christian Stelter]
  304.     - fixed display bug (index screen) when folder was non-empty
  305.        but contained no messages
  306.        [Kai 'wusel' Siering]]
  307.     - new in .elm/elmrc (and options screen): FilenameBuffer,
  308.        not only remember last directory when saving but also filename
  309.        [Thorsten Ebers]
  310.     - new file .elm/smartheader, list of addresses (AmigaDOS patterns, one
  311.        per line) -- if the pattern matches on one of the receipients
  312.        (To,Cc,Bcc) then Elm builds a small ("smart") header
  313.     - now aliases are expanded after every edit session
  314.     - Elm.guide is now designed for V40 AmigaGuide
  315.     - new in .elm/elmrc: ReturnReceipt/ReturnView, specify
  316.        default addresses for Return-Receipt-To/Return-View-To
  317.        (if other than $USER@$HOST$DOMAIN)
  318.        [Steve Weatherford]
  319.     - new option "H/HOME/HOMEDIR/-h/-home/-homedir", override $HOME
  320.        [Henning Schmiedehausen]
  321.     - new choice "Security" in Send-off-window, new command key "y"
  322.        in built-in pager for decryption of current message; two new
  323.        variables in .elm/elmrc: Encrypt, Decrypt
  324.     - new in .elm/elmrc: Encrypt/Decrypt, programs for En-/Decryption
  325.     - Elm now generates own Message-Id, and trust me: this Message-Id
  326.        is absolutely unique!
  327.     - some versions of Dillon-sendmail have problems when Message-Id
  328.        is already present in header (second Message-Id is generated),
  329.        use "NoMessageId" in .elm/elmrc to disable Elm's Message-Id
  330.     - some optimization in quoted-printable encoding.
  331.     - MIME-charset iso-8859-1 left out if body only contains us-ascii chars.
  332.     - Elm guesses default for MIME-encoding mode (not perfect but usable).
  333.     - Elm doesn't about anymore if Domain(Name) is unset.
  334.     - Domain(Name) is ignored if Node(Name)/Host(Name) is already
  335.        domainized (contains a period '.'), and warning is printed.
  336.     - If an explicit folder is specified Elm does not ask if you want to
  337.        store read mail to ReceivedFolder and on "Quick quit" Elm keeps
  338.        read mail in current folder (doesn't store to ReceivedFolder).
  339.     - "Quit" and "Exit" are now interruptable with CTRL-C.
  340.        [Reinhard Luebke]
  341.     - removed bogus output in index screen when a mail had no "Date: "
  342.     - now messages are not tagged urgent if "Priority: " is equal to
  343.        "normal" or "non-urgent"
  344.  
  345. Version 2.188 - 2.253:
  346.     - terminal mode changes: send off menu more verbose, send-only mode
  347.     - if you specify a folder (via shell option) read mail is
  348.        always kept in this folder when writing
  349.     - new alias expansion allows up to 20 levels
  350.     - Send Off requester: unavailable gadgets ghosted
  351.        [Henning Schmiedehausen]
  352.     - increased default notification delay from 10 to 60 seconds
  353.        (automatic re-read when folder has changed)
  354.     - now supports environment variable "HOME", holds directory
  355.        where Elm searches first for .elm/elmrc, .elm/elmheaders,
  356.        .elm/aliases, .signature etc.
  357.     - corrected mistake in Elm's template
  358.     - new config variable "CancelledFolder" (.elm/elmrc) where
  359.        cancelled mails are saved
  360.     - internal pager: character codes 0-31 and 128-159 printed as '×'
  361.     - new choice for "FilenameOffer" (.elm/elmrc): REPLYTO,
  362.        useful for saving mailing-lists in one file
  363.        [Thorsten Ebers]
  364.  
  365. Version 2.155 - 2.187:    (only for registered users)
  366.     - Elm keeps old protection/owner/group bits when writing folder
  367.        (OS 2.x only)
  368.     - terminal mode changes: only one color, no blinking, title line,
  369.        $LINES, $COLUMNS, some minor bug fixes, raw-mode, re-display,
  370.        newline -> carriage return + newline (double fix), bounce,
  371.        formfeed
  372.     - MIME-Coding set to default if replying to base64-coded mail
  373.     - period (.) at beginning of line quoted in quoted-printable mode
  374.        (MIME) to avoid conflicts with buggy SMTP systems
  375.     - "move to received folder" didn't work in previous versions
  376.        [Marc Duponcheel]
  377.     - status-flag "deleted" is now saved
  378.     - now possible to start Elm for users without (existing) folder
  379.        [Pablo Ramirez-Cano, Kai 'wusel' Siering]
  380.     - small hack for CTRL-L ;-)
  381.  
  382. Version 2.100 - 2.154:    (not public)
  383.     - bug fixed: OS 2.x doesn't know about scaled checkboxes
  384.        [Christian Stelter]
  385.     - there was a bug in the documentation for "ShanghaiWindows":
  386.        it's not true that Shanghai works for all screens;
  387.        your screen must be the default public screen !!
  388.        [Bernd, bad1679@ultb.isc.rit.edu]
  389.     - OwnDevUnit.library was opened multiple times and never closed
  390.        [Klaus A. Seistrup]
  391.     - fixed bug in index display when replying/forwarding tagged messages
  392.     - Elm allocates its own stack (if <50000), so there's no need any
  393.        more to set stack to 50000 before running Elm
  394.        [Peter Simons]
  395.     - fixed bug with double "From:" line (only if FromHeader=Yes)
  396.     - new option "TERMINAL": input from stdin, output to stdout
  397.  
  398. Version 2.44 - 2.100:    (not public)
  399.     - new command "/" (index screen) searches for pattern in folder
  400.     - previous command "/" now "\" (extra shell)
  401.     - fixed overflow bug (32 bit long int) in title display,
  402.        found by Kai 'wusel' Siering  (nothing unusual ;-)
  403.     - paging on index screen now remembers relative position on page
  404.  
  405. Version 2.35 - 2.43:    (only for registered users)
  406.     - accidently quoted "$FROMUSER" instead of "$FROMREAL"
  407.       (see .elm/elmrc:Sendmail)
  408.        [Henning Schmiedehausen]
  409.     - percentage display in title bar when loading/saving folder
  410.  
  411. Version 2.4 - 2.34:    (not public)
  412.     - new keyword "$TOALL" for "Rmail" (see .elm/elmrc)
  413.        [Kai 'wusel' Siering]
  414.     - background pattern for send-off requester
  415.  
  416. Version 2.1 - 2.3:    (not public)
  417.     - changed version/revision scheme, version string now follows
  418.       Amiga User Interface Style Guide
  419.        [Hartmut Goebel]
  420.  
  421. Version 1.20:    (not public)
  422.     - removed two Enforcer hits when starting Elm with "Elm -f"
  423.        [Andreas 'Leguan' Geist]
  424.     - more sophisticated window positioning (if not using own screen)
  425.        on overscanned screens (omit Top-/LeftEdge or set to -1)
  426.     - more robust when reading non-mailfolder files
  427.        [Martin Kuhne, Hartmut Goebel]
  428.     - if keywords are missing/wrong  Elm names the appropiate .elm/elmrc file
  429.        [Henning Schmiedehausen]
  430.     - if options are missing/wrong  Elm is now a little bit more verbose
  431.        [Kai 'wusel' Siering]
  432.     - HOST, DOMAIN, USER searched before HOSTNAME, DOMAINNAME, USERNAME
  433.     - one more sorta MIME mail which can be handled internally now
  434.        [Kai 'wusel' Siering]
  435.     - new variable $NICKNAME for Reply/ForwardIntroduction with
  436.        fallback to $FIRSTNAME etc.  (nick = string between " `" and "' "
  437.        or between " '" and "' ")
  438.        [inspired by Kai 'wusel' Siering]
  439.     - Elm processes tagged msgs in the order they were tagged
  440.        (reply, forward, pipe, write/save)
  441.        [Kai 'wusel' Siering]
  442.     - new "Send off" requester/window (OS 2.x only, needs GadTools)
  443.     - now wrong Content-Length is only reported when ReadContentLength=Yes
  444.        (this redefines the current meaning of ReadContentLength)
  445.     - bug fixed: Elm's window always opened on "Workbench" screen,
  446.                  never on default pub screen nor on specified screen
  447.                  (PubScreenName/SCREEN)
  448.     - filename where outgoing mail is archived now editable (header menu)
  449.        [Alan Beale + Randy Gault]
  450.     - fixed another scrolling bug  (but still kinda "broken")
  451.     - major speedup for saving folder (ca. 200%)
  452.     - "SendmailVersion" in .elm/elmrc now obsolete,
  453.        use "SendMail", "RMail" and "FromHeader" instead
  454.     - fixed Enforcer hit when PipeDefault was undefined
  455.     - fixed bug in quoted-printable encoding when last line of message
  456.        was exactly 74 chars long and not terminated with linefeed
  457.     - new command line option "NOARC" (NA, -a), don't archive outgoing
  458.        mail in SentArchive (though it's editable but totally ignored);
  459.        useful when sending binaries via redirection (eg, "elm enc=base64
  460.        noarc s=binary.lha amk@zikzak <binary.lha" or "uuencode binary.lha
  461.        binary.lha | elm enc=none noarc s=binary.lha amk@zikzak"
  462.  
  463. Version 1.19:
  464.     - Yeah, I love SAS/C! Elm didn't run under AmigaOS 1.x, cause
  465.        of SAS' Auto-OpenLibrary "feature" ;-)   Fixed.
  466.        [Dave Wieringa]
  467.     - Forgot to check for GadToolsBase -- all versions since 1.14
  468.        crashed unter AmigaOS 1.x.  Fixed that, too.
  469.  
  470. Version 1.18:
  471.     - naaaahhh, found (and removed) an (harmless) Enforcer hit
  472.        when using the internal pager for messages w/o subject
  473.        (Am I the only one using Enforcer in his S:User-Startup!? ;-)
  474.     - Elm warns if specified pager cannot be found
  475.        (helpful for metamail)
  476.     - added version string for "uident"
  477.     - fixed bug in message sorting (by subject)
  478.     - fixed bug (wrong return code) in external pager (incl. metamail)
  479.        [Kai 'wusel' Siering]
  480.     - fixed bug in h)eader command
  481.     - removed another Enforcer hit (when "Date: " was missing)
  482.     - support for "env:Signature" and "Signature" in .elm/elmrc
  483.        [Henning Schmiedehausen]
  484.     - Elm sets subject to "no subject (file transmission)" if no
  485.        subject was given and something was redirected/piped into Elm
  486.        [Harald Mayr]
  487.  
  488. Version 1.17:
  489.     - if "Env:NoMetaMail" is set Elm asks you whether to use
  490.        Metamail for MIME messages or not
  491.     - r)eply recognizes "Apparently-From:" (after "Reply-To:" and "From:")
  492.        [Kai 'wusel' Siering]
  493.     - again internal pager, sigh... fixed bugs in line/page-up handling
  494.        [Kai 'wusel' Siering]
  495.  
  496. Version 1.16:
  497.     - "In-Reply-To" now follows RFC guidelines
  498.        [Ralph Babel]
  499.     - fixed bug in h)eader-mode when displaying MIME messages
  500.     - setting "Save-Mode" flag when using file requester (ASL) for writing
  501.     - new in .elm/elmrc: "Screen-DisplayID" (default: clone workbench)
  502.     - fixed bug in internal pager (sometimes displayed message twice)
  503.     - summary of pass-through commands within internal pager:
  504.        e,o,p,s,t,w,|,!,?
  505.     - fixed bug in Content-Length calculating for base64 encoding
  506.     - fixed another bug with Content-Length, wasn't re-calculated
  507.        after re-editing a message
  508.     - forgotten in the 1.14 text:  support for numeric keypad (lil'
  509.        bit like cursor keys) in index (main) screen and internal pager
  510.     - now Elm can be run with empty folder, see also:
  511.        new in .elm/elmrc: "QuitEmpty" (default: no)
  512.        new CLI option: "-z"/"NOZERO"/"NZ"
  513.     - I'm now trying to name the persons who send me bug reports, ideas, ...
  514.     - removed enforcer hits when Elm was called with an empty folder
  515.        [thanks to Harri Pesonen]
  516.     - bug fixed, "RequestReturnView" (.elm/elmrc) never worked before ;-)
  517.        [thanks to Clemens Nill]
  518.     - flag "Screen-Interlace" from .elm/elmrc is obsolete for AmigaOS 2.x
  519.     - textual error report if OpenScreen() fails (see RKM Libraries)
  520.     - internal pager: added "b)ounce"
  521.        [Kai 'wusel' Siering]
  522.     - better handling of tabs and newlines in subject-line (index + pager)
  523.        [Kai 'wusel' Siering]
  524.     - more reliable requester placement (OS 2.0 only)
  525.        [Kai 'wusel' Siering]
  526.     - extra switch for MIME coding in "Send off" requester
  527.        [initial idea by Kai 'wusel' Siering]
  528.     - compiled with SAS/C 6.00 (some hacks necessary cause of SAS/C-bugs)
  529.     - Elm.guide now is for AmigaOS 3.0 version of AmigaGuide
  530.        (this causes some minor layout bugs with older versions of
  531.         AmigaGuide  --  blame Commodore for that, not me!)
  532.     - now MIME coding in "Send off" requester defaults to
  533.        codind mode of original mail
  534.     - now cursor-keys do work with shift/alt
  535.     - new in .elm/elmrc: "KeepEmpty" (default: yes)
  536.        do not delete empty mailbox file if there's no mail in it
  537.  
  538. Version 1.15:
  539.     - better support for "MIME" (multi-media mail, see RFC1341)
  540.        a) internal pager supports text/plain (us-ascii + iso-8859-1),
  541.           7bit, 8bit, binary, quoted-printable
  542.        b) reply/forward/mail/save/write/print support sending of text/plain
  543.           (iso-8859-1), 7bit, 8bit, binary, quoted-printable, base64
  544.        c) two external programs "enbase64" and "debase64" for
  545.           encoding and decoding
  546.        d) new in .elm/elmrc: "MimeCoding" (default off)
  547.        e) doesn't need "MIME-Version:" keyword
  548.     - with ShowSignature=No always displayed one line too much ("-- \n")
  549.     - default for "ShowSignature" is now "No"
  550.     - fixed font bug in "show h)eader" command
  551.  
  552. Version 1.14:    (not public)
  553.     - Amiga Elm is still shareware
  554.     - default for "FilenameOffer"    (.elm/elmrc) is now "USER"
  555.     - default for "PrefixString"     (.elm/elmrc) is now "> "
  556.     - default for "ReceivedFolder"   (.elm/elmrc) is now "uumail:mail.received"
  557.     - default for "Editor"           (.elm/elmrc) is now "ed"
  558.     - default for "ShanghaiWindows"  (.elm/elmrc) is now "No"
  559.     - default for "TopDownScrolling" (.elm/elmrc) is now "Yes"
  560.     - defaults for "Screen-Height/Width" are now
  561.        GfxBase->NormalDisplayColumns/Rows
  562.     - dropped environment support for OS 1.3 (and below)
  563.     - local environment is searched before global environment (OS 2.0 only)
  564.     - fixed memory leak in f3.c:parse_arpa_from()
  565.     - Elm now handles the case when the "device  <xyz> is full" requester
  566.       pops up and the user selects "Cancel"; folder remains unchanged instead
  567.       of being deleted
  568.       (nevertheless:  this requester is meant to remove some files from the
  569.        device and to select "Retry" after that -- NOT "Cancel" !!)
  570.     - "change folder" now saves old folder before loading new one
  571.     - new in .elm/elmrc: "Screen-TopEdge" and "Screen-LeftEdge"
  572.        (try Width/Height = -1 and TopEdge/LeftEdge = 10 or 20, nice, eh?)
  573.     - fixed bug with status flags (temporary changes may be lost on re-sync)
  574.     - now remembers "tagged" flag when changing folder
  575.     - new in .elm/elmrc: "ElmToFront", to avoid Elm to come to front
  576.        after launching an (async.) external pager or editor
  577.     - command line options now Unix and OS 2.0 template compatible
  578.     - added new command line option "USER", changed behavior of "FOLDER"
  579.     - Elm now accepts mail contents on standard input (redirection),
  580.        no screen/window opens, no prompting  (OS 2.0 only)
  581.     - fixed bug with redisplay of index screen
  582.     - new in .elm/elmrc: "PrintCmd" (default: copy %s prt:),
  583.        copy current (or tagged) messages to printer,
  584.     - support for ENV:PRINTER (see "PrintCmd")
  585.     - PipeCmd supports input from stdin
  586.     - Pager/Editor supports user definable argument placement
  587.     - "bounce mail" implemented  (works best with
  588.        Kai 'wusel' Siering's (wusel@hactar.hanse.de) sendmail)
  589.     - no mini menus after editor action if text was not modified
  590.     - new in .elm/elmrc: "PopPubScreen" (default: "No")
  591.     - new command line option: NOENV or NE or -e, ignore environment
  592.     - new command line option: VERBOSE or V or -v, verbose output
  593.     - fixed bug in ASL handling
  594.     - shell command "!" now works also on workbench
  595.     - new command: edit a)aliases
  596.     - "space" key now pages thru all (new) articles
  597.     - extended "In-Reply-To" header field
  598.     - new in .elm/elmrc: "OldLocking" (default: "No", locking via
  599.        OwnDevUnit.Library for compatibility to Dillon UUCP 1.16),
  600.        must be set to "Yes" if your s(end)mail uses old locking via
  601.        temporary files within T: directory)
  602.     - enabled REAL break-handling (CTRL-C, C:Break)
  603.     - supporting "Apparently-From:" for index display
  604.        (esp. for some *.uk mails which have no "From:" line)
  605.     - reading font defaults from "env:sys/font.prefs",
  606.        requires iffparse.library
  607.     - tiny AmigaGuide System support via help key
  608.     - added some "better-than-nothing"-menus (OS 2.0 only)
  609.     - detecting folder changes via file notification (OS 2.0 only), after
  610.        a 10 second delay and no further notifications re-read of folder;
  611.        so it's possible to let run Elm in the background -- and Elm will
  612.        re-read the folder on changes without (<-- this is new!) human
  613.        interaction
  614.     - new command '@' re-reads folder
  615.     - internal change: private ports now unnamed
  616.     - new in .elm/elmrc: "NoSigOnReply" (default: "No"), append no
  617.        signature on replies when subject begins with "Re: "
  618.     - default for "Screen-Interlace" now read from preferences
  619.     - rewritten internal pager, supports unlimited scrollback buffer
  620.        and numeric keypad support (home, end, up, page up, down, page down)
  621.     - included reqtools.library 2.0 (for OS 1.3 and 2.0)
  622.     - rewritten command key section to support AmigaGuide
  623.     - fixed bug with shell command "!"  (thanks to Kai 'wusel' Siering)
  624.     - new in .elm/elmrc: "DefaultPubScreen" (default: "No")
  625.     - internal pager: "n" quits pager and sets mark to next message
  626.     - support for "ODULocking" in s:UUConfig/uulib:Config
  627.        ("Yes" or "Y" for OwnDevUnit-Locking, else old-style T: lockfiles)
  628.     - new command line option "SCREEN"  (see also .elm/elmrc:PubScreenName)
  629.     - fixed minor bug in asl handling
  630.     - small changes to file/directory buffering for asl file requester
  631.        [thanks to Walter Mildenberger]
  632.     - supports AutoScroll on overscanned screens
  633.     - no double " (fwd)" within subject on forward of already forwarded msgs
  634.  
  635. Version 1.13:
  636.     - Amiga Elm is now shareware
  637.     - "UseCmdClearKludge" is obsolete
  638.     - fixed bug with long subjects
  639.     - fixed bug when saving unchanged folder (new messages now marked old)
  640.     - better refresh for zoomed windows
  641.     - fixed bug with funny status flags
  642.     - save/write now remembers the last selected path,
  643.        cancel file requester to restore default path
  644.     - if on workbench, Elm calls WindowToFront() before awaiting input
  645.     - Reply/ForwardIntroduction now has fallback
  646.        (e.g. first name -> full name -> user name -> from name)
  647.     - new variables $FROM, $ADDRESS and $USER for Reply/ForwardIntroduction
  648.        ($ADDRESS not yet implemented)
  649.     - FilenameOffer new in .elm/elmrc:
  650.        MSGID, FROM, NAME, SUBJECT, ADDRESS, USER
  651.        (ADDRESS not yet implemented)
  652.     - Elm's manual "Elm.guide" now suitable for AmigaGuide System
  653.        (sorry, no online support (help key) yet)
  654.     - disabled interrupt handling
  655.     - fixed minor bug in group reply (one \n too much)
  656.     - "TopDownScrolling" (fast scroll) new in .elm/elmrc
  657.     - more user-friendly error handling for missing keywords
  658.        in .elm/elmrc or uulib:Config
  659.     - now searching for s:UUConfig first, then uulib:Config
  660.  
  661. Version 1.12:    (not public)
  662.     - "t" tags a message for later use (save, print etc.)
  663.     - "T" untags all messages
  664.     - save/write now uses file requester (with filename offer)
  665.     - default save directory for save/write ("SaveDirectory" in .elm/elmrc)
  666.     - workbench window has close gadget ('Quick quit')
  667.     - under OS 2.0  zooming window works much better now
  668.     - under OS 1.3  raw-keys (help, cursor) don't work anymore,
  669.        use alternative keys instead (help='v', cursor-keys='+','-','<','>')
  670.     - another key for 'Quick quit': ESC
  671.     - you will need V38 includes for compilation
  672.     - minor bug fix in getline.c:getline()
  673.     - updated help menu (goto last message :-)
  674.     - fixed bug in calculation of mails to process
  675.     - ScreenWidth=-1 replaced with GfxBase->NormalDisplayColumns
  676.     - ScreenHeight=-1 replaced with GfxBase->NormalDisplayRows
  677.        (double if Interlace-Flag is set)
  678.     - window is opened with tag WA_AutoAdjust set (OS 2.0)
  679.  
  680. Version 1.11:
  681.     - shell command "!" now OS 2.0 only, opens shell on Elm's screen
  682.        with adapted dimensions, supports multiple shells (try it!)
  683.     - new command "/" (old "!" command) for a user-definable shell
  684.        (or any other command, see "Shell" in ".elm/elmrc")
  685.     - support for OS 2.0 "version" command
  686.     - pipe command "|" is in  now
  687.     - command "P" changes color palette (reqtools.library only)
  688.     - command key for "goto last message" is now '^g' (ctrl-g) instead of 'G'
  689.     - group reply also available from internal pager
  690.     - g)roup reply  includes only message body,
  691.       G)roup reply  the whole message (incl. header)
  692.     - support of env:RealName
  693.        (FullName in .elm/elmrc - if existing - overwrites env:RealName)
  694.     - "WorkbenchToFront" new in .elm/elmrc
  695.     - "UseCmdClearKludge" new in .elm/elmrc (OS 2.0 only)
  696.     - ASL-FileRequester support (OS 2.0),
  697.        neccessary for Stefan Stuntz' MagicFileRequester
  698.     - support of env:HostName (machine name w/o domain),
  699.        overwrites "NodeName" from "uulib:Config"
  700.  
  701. Version 1.10:    (not public)
  702.     - "tons of new commands and options to please almost everyone"
  703.         (Phil Dietz, from the NewList6 manual)
  704.     - made binary "pure" (resident)
  705.     - Elm has its own alias list (.elm/aliases)
  706.     - rewritten locking code
  707.     - supporting "reqtools.library"
  708.     - new flag "ReverseSorting" in .elm/elmrc
  709.       (newest mail first and oldest last, or oldest first and newest last)
  710.     - "MaxMails" in .elm/elmrc is obsolete, dynamic memory allocation
  711.     - fixed memory bug in do_introduction()  (thanks to Jeff Van Epps)
  712.     - new "!" shell command ("Shell" .elm/elmrc and env:Shell)
  713.     - new "|" pipe-to-program command (sorry, is still to do :-)
  714.     - new feature: group reply
  715.     - changed behaviour of the normal "reply" (Cc: ignored now)
  716.  
  717. Version 1.09:    (not public)
  718.     - bug fixed: folder remains locked when deleting mail within pager
  719.     - Elm didn't work w/o "Buffers" entry in .elm/elmrc (default 1024 bytes)
  720.     - DOS requesters now open on Elm's screen
  721.     - user configurable fonts (one for the pager, one for the index screen)
  722.     - Interlace-Flag now used again (OS 1.3 _AND_ OS 2.0)
  723.     - use "-1" as screen_width and/or screen_height for standard screen size
  724.       (like workbench)
  725.     - now folder not saved if unchanged on exit (quit, quick quit)
  726.     - internal pager: "i" returns to index screen (same as "q")
  727.     - external pager support (env:pager)
  728.     - more flexible editor support (env:editor)
  729.     - public screen with user definable name (OS 2.0)
  730.     - shanghai windows (OS 2.0)
  731.     - Elm now allows to open window on workbench screen
  732.     - zoom gadget if on workbench screen (OS 2.0)
  733.     - lots of new vars in .elm/elmrc
  734.     - internal pager: "^" re-displays message from beginning
  735.     - <ctrl-l> redisplays index screen
  736.     - fixed some minor layout bugs
  737.     - now message is marked as read when entering pager
  738.  
  739. Version 1.08:
  740.     - CTRL-L problem discovered....   (still to do)
  741.     - optimized folder handling (thanks to Martin J. Laubach)
  742.     - change folder didn't work in 1.07
  743.     - re-read of folder could crash machine (memory freed twice)
  744.     - added some DEBUGs
  745.     - multi-line header-fields redesigned
  746.     - removed some possible enforcer hits
  747.     - "Color" new in .elm/elmrc (user definable colors)
  748.     - "KeepBackup" new in .elm/elmrc
  749.     - clone ViewMode (OS 2.0: DisplayID) from workbench screen
  750.       (opens NTSC-Screen if Workbench is NTSC too,
  751.        uses Interlace if Workbench is interlaced etc.)
  752.     - folder is checked for modification before saving
  753.     - upper case 'R','F' (and 'B') includes full header
  754.     - added "Return-View-To:" support
  755.     - 33% faster saving, see "Buffers" in .elm/elmrc
  756.  
  757. Version 1.07:
  758.     - new in .elm/elmrc: ReplyIntroduction, ForwardIntroduction
  759.     - re-designed Return-Receipt-To messages again
  760.       (I should write "The Elm Layout Construction Kit" ;-)
  761.     - added "In-Reply-To: <msg-id>" for replies
  762.     - added date for archived mails
  763.     - all temporary files are removed on exit
  764.     - new command 'n' marks message as unread
  765.     - no longer \377 at end of file while writing/saving first message
  766.     - no longer auto-mark for deletion of messages after saving
  767.     - Return-Receipt-To now inserted after editing
  768.       (to prevent "recursive" receipt messages)
  769.     - send/edit/forget menu changed:
  770.       e)dit puts complete message into editor now (incl. full header)
  771.     - tabulator handling
  772.     - pager layout: blank line between text and pager menu
  773.     - pager commands: <space> scrolls a whole page upwards,
  774.                       <return> only a single line
  775.     - exit if folder is empty
  776.     - elm keeps "old" (=current) status flags if (re-)reading folder
  777.     - used Matt Dillon's locking mechanism partially
  778.     - new command 'h' (on index screen) displays message with full header
  779.     - pager prompt shows percentage of read lines
  780.     - escape codes replaced by \033
  781.     - maximum line length increased to 1024 (see prefs.h)
  782.     - some write accesses to address '0' eliminated
  783.       (I don't own a MMU - hence I can't run Enforcer :-(
  784.     - better break-handling
  785.     - print command now opens "prt:" (instead of "prt:elm")
  786.  
  787. Version 1.06:
  788.     - test output removed ("From: no-user@guns.n.roses (Hudson Hawk)")
  789.     - now archive for sent mail is user-configurable
  790.     - some more german phrases eliminated  (ouch, this hurts ;-)
  791.     - lots more user definable variables for .elm/elmrc for better
  792.       multi-user support: Fullname, Editor, AlwaysDelete, AlwaysKeep,
  793.                           SentArchive, ReceivedFolder
  794.     - ENV:UserName supported
  795.       (but in most cases (option -f) unneccessary)
  796.     - read mail may be saved to a special folder
  797.       or be kept in incoming mailbox
  798.     - BINGO! -- fatal memory leak detected by Marcus Woinke
  799.       (caused problems running elm on A3000s,
  800.        mysterious behavior on A500/A1000/A2000s, too)
  801.     - deleting *.o files in t:
  802.     - correct config file (elmrc) is read now
  803.     - special option to adjust elm to Feulner's and Dillon's sendmail
  804.       (.elm/elmrc: SendmailVersion)
  805.     - full screen width (for subject) on index (main) screen
  806.     - date in pager right-justified correctly
  807.     - better design for Return-Receipt-To messages
  808.     - user-friendly handling of included mail-headers
  809.       (preceding "From " with ">")
  810.  
  811. Version 1.05:
  812.     - increased number to avoid confusion with beta versions
  813.  
  814. Version 1.00-1.04:
  815.     - design more unix-like (elm)
  816.     - renamed program to "elm"
  817.     - compiler now SAS/C 5.10a
  818.     - Status-Flags now within message header (not message body)
  819.     - bug fixed: pager missed last char if empty line
  820.     - customized headers
  821.     - better multi-user support
  822.     - tabs within config-files allowed
  823.     - display order reversed (newest (1), oldest (n))
  824.     - corrected return address for "Return-Receipt-To:"
  825.     - pager handles lines longer than screen width
  826.     - elm has its own screen
  827.     - elm has its own configuration file
  828.     - new 3d-look for OS 2.0
  829.     - enhanced pager
  830.     - pager display speed up
  831.     - major speed up on elm's index (main) screen display
  832.     - read operations speed up
  833.     - enhanced date parser
  834.     - enhanced real-name parser
  835.     - handles urgent mail (Priority:)
  836.     - handles blind carbon copy (Bcc:)
  837.     - sendmail with/without appending signature
  838.     - change of folder while elm is running
  839.     - (quick) quit and (quick) exit
  840.     - better detection of changes in current folder
  841.     - header keywords case-insensitive
  842.     - header lines can be split over several text lines (RFC)
  843.     - unique temporary files (t:) for simultaneous elms
  844.     - status line (name of folder, number of messages)
  845.     - bug fixed: "Cc:" occurs within message body instead header (in replies)
  846.     - bug fixed: "Subject:" must be last header line
  847.       (now a blink line divides header and body)
  848.     - better signature detection
  849.     - one more status flag: bounced (not fully implemented)
  850.     - lots more things I cannot remember ;-)
  851.  
  852. Version 0.30:
  853.     - Umstellung von Ein- und Ausgabe von den Standard-C-Routinen auf die
  854.       Amiga Write und Read-Routinen - dadurch koennen die Tasten direkt
  855.       ausgwertet werden - man muss nicht mehr <RETURN> nach jeder Aktion
  856.       druecken.
  857.     - Blaettern geht nun auch mit den Cursortasten.
  858.     - Bildschrimhandling verbessert.
  859.     - Abspeicherroutine bei Quit beschleunigt.
  860.  
  861. Version 0.21 - 0.29:
  862.     - gab es nicht, da mir die Umstellung der BS Ein- und Ausgabe (V0.30)
  863.       wichtig genug war, eine eigene Zehnerstelle zu bekommen.
  864.  
  865. Version 0.20:
  866.     - Neue Optionen fuer uulib:Config : 'H' : ist dies Flag gesetzt, wird
  867.       beim Lesen der Mail der komplette Header angezeigt; 'S' : ist dieses
  868.       Flag gesetzt, wird die Signatur immer angezeigt, ist es nicht ge-
  869.       setzt, so wird versucht, die Signatur nicht anzuzeigen.
  870.     - Kleinere Codeaenderungen
  871.     - Es wird versucht, den Realnamen in der From-Spalte des Hauptmenues
  872.       anzuzeigen.
  873.     - Die Speicherverwaltung wurde verbessert: frueher wurde jedes mal,
  874.       wenn die Mailbox neu gelesen wurde, neuer Speicher fuer die
  875.       diversen Headerstrings angefordert und nicht mehr freigegeben -
  876.       wenn das Programm lange lief und die Mailbox oefters eingelesen wurde
  877.       gingen jedesmal ca. 100-200 Bytes pro Mail verloren, die erst nach
  878.       Programmende wieder freigegeben wurden.
  879.  
  880. Version 0.19:
  881.     - Kleinen Fehler beim Abspeichern der X-Flags behoben
  882.     - Wenn in uulib:Config in der hwr-Mail Zeile das Flag 'R' gesetzt ist,
  883.       wird, falls in der Mail 'Return-Receipt-To' vorkommt, eine Lese-
  884.       bestaetigung an diese Adresse gesandt. Dies geschieht nur beim ersten
  885.       Lesen der Mail, ausser wenn der Mailreader 'illegal' via X oder ^C
  886.       verlassen wird.
  887.     - Wenn in uulib:Config in der hwr-Mail Zeile das Flag 'W' gesetzt ist,
  888.       wird in den Mailheader die Zeile
  889.          'Return-Receipt-To: <user>@<node>.<domain>
  890.       eingefuegt - man erhaelt dann vom Empfaenger (manchmal) eine Nachricht,
  891.       dass die Mail gelesen wuurde.
  892.     - Mit 'O' im Hauptmenue koennen die Werte fuer 'ReturnReceipt'(R) und
  893.       'WantReturn(W) aus hwr-Config temporaer geaendert werden - das Config-
  894.       File wird nicht veraendert.
  895.  
  896. Version 0.18c:
  897.     - uulib:Config wird ausgewertet.
  898.         - Beim Einlesen wird das erste From: und Subject: etc. benutzt, gab
  899.           falsche Angaben, wenn fehlerhafte Mail gebounced war.
  900.     - Beim Abspeichern wird die X-Flags-Zeile nur noch einmal pro Artikel
  901.       geschrieben.
  902.     - Beim Verlassen des Programms werden die Flags immer geschrieben, ausser
  903.       beim 'Notausstieg via CTRL-C oder 'X' im Hauptmenue.
  904.     - Neue Funktion 'E' - speichert die Mail in einer Datei in
  905.       'UULIB:Folders' ab
  906.     - Neue Funktion 'P' - druckt die gerade ausgewaehlte Mail
  907.     - Das Messagedatum wird auf dem Auswahlbildschirm mit angezeigt.
  908.  
  909. Version 0.18b:
  910.     - das Einlesen der Mailbox wurde beschleunigt.
  911.     - Die mit der Mail abgespeicherten Flags werden beim naechsten
  912.       Start mit eingelesen und wieder dargestellt.
  913.  
  914. Version 0.18a:
  915.     - der Username kann uebergeben werden; uulib:Config wird noch nicht
  916.       ausgewertet.
  917.  
  918. Version 0.18:
  919.     - das User-Interface wurde verbessert und ELM-like gemacht.
  920.  
  921. Version 0.12-0.17:
  922.     - Verbesserung der vorhandenen Funktionen
  923.     - Implementierung neuer Funktionen
  924.  
  925. Version 0.11:
  926.     - Umstieg von Aztec3.6a auf auf Dice wegen ANSI-C
  927.  
  928. Version 0.01-0.10:
  929.     - Grundfunktionen noch in Aztec 3.6a
  930.  
  931.